Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Use /bin/sh instead of /bin/bash for start scripts #339

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alevy
Copy link

@alevy alevy commented Sep 24, 2020

Some more esoteric Unix-like variants (in my case NixOS) don't have bash symlinked from /bin (which is common, but not part of the Filesystem Hierarchy Standard) but do have /bin/sh (which is).

This PR just changes the shebang line in each of the relevant start scripts to /bin/sh instead of bash, which seems to works fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant